home *** CD-ROM | disk | FTP | other *** search
- Path: druid.borland.com!usenet
- From: mstave@wpo.borland.com (Matt Stave)
- Newsgroups: comp.lang.c++
- Subject: Re: codeguard
- Date: Sat, 09 Mar 1996 01:56:48 GMT
- Organization: Borland International
- Message-ID: <4hqoim$kce@druid.borland.com>
- References: <4hg1b6$aov@rhea.glo.be>
- NNTP-Posting-Host: mstave2.borland.com
- X-Newsreader: Forte Free Agent 1.0.82
-
-
- kdesmet@glo.be (koen de smet) wrote:
-
- >Codeguard bugs... can anyone help me or has the same problem???
- >When codeguard discovers a bug, you have to push Terminate, but the program falls into DOS... quite annoying!!
- >Are there patches to overcome this problem?
- >Borland claims not to know this bug (besides thousands others in this product?)
-
- >kdesmet@glo.be
-
- KDesmet,
-
- The dialog with "Terminate" in it comes from the operating system, not
- from CodeGuard. CodeGuard does not attempt to terminate your app
- when it detects errors. What I suspect has happened is that your
- program accessed invalid memory, or jumped to somplace illegal and the
- operating system in pulling the plug.
-
- --- Matt
-
-